Skip to content

chore(deps): pin fast-uri override for security advisory#91

Merged
PAMulligan merged 1 commit into
mainfrom
chore/pin-fast-uri-overrides
May 14, 2026
Merged

chore(deps): pin fast-uri override for security advisory#91
PAMulligan merged 1 commit into
mainfrom
chore/pin-fast-uri-overrides

Conversation

@PAMulligan
Copy link
Copy Markdown
Contributor

Summary

  • Adds pnpm.overrides for fast-uri to package.json, matching the security advisory versions Dependabot's audit-fix was injecting into PR lockfiles.
  • Regenerates pnpm-lock.yaml so the declared overrides and locked overrides agree.

Why

Dependabot's recent group-update PRs (e.g. #90) include a (via audit fix) step that adds fast-uri@<=3.1.0: '>=3.1.1' and fast-uri@<=3.1.1: '>=3.1.2' to the lockfile. Those overrides weren't declared in package.json on main, so pnpm 10's frozen-lockfile install fails with ERR_PNPM_LOCKFILE_CONFIG_MISMATCH. Declaring the overrides here applies the security patch repo-wide and unblocks any future PR that touches the lockfile.

Test plan

🤖 Generated with Claude Code

Adds pnpm.overrides for fast-uri to package.json (matching the advisory
versions Dependabot's audit-fix was injecting into PR lockfiles). Without
the override in package.json, regenerated lockfiles fail CI's frozen
install with ERR_PNPM_LOCKFILE_CONFIG_MISMATCH.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@PAMulligan PAMulligan merged commit 6c896cb into main May 14, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant